# Carnal Realms common jewelry artifacts.
#
# Jewelry is culture-neutral by default. Distinctive cultural jewelry can be
# added later as exceptions, but ordinary rings, necklaces, brooches, chains,
# bracelets, and similar luxuries do not need 25 duplicated culture versions.

cr_common_female_accessory_t1_copper_ring = {
	quality = 1
	general_opinion = 1
	sex_appeal_opinion = 1
	active = { is_female = yes is_adult = yes }
	flags = { cr_clothing cr_clothing_common cr_clothing_female cr_clothing_accessory cr_clothing_tier_1 }
	allowed_gift = { always = no }
	stacking = no
	picture = "GFX_cr_common_female_accessory_t1_copper_ring"
	slot = cr_clothing_accessory
}

cr_common_female_accessory_t2_silver_necklace = {
	quality = 2
	general_opinion = 2
	sex_appeal_opinion = 2
	active = { is_female = yes is_adult = yes }
	flags = { cr_clothing cr_clothing_common cr_clothing_female cr_clothing_accessory cr_clothing_tier_2 }
	allowed_gift = { always = no }
	stacking = no
	picture = "GFX_cr_common_female_accessory_t2_silver_necklace"
	slot = cr_clothing_accessory
}

cr_common_female_accessory_t3_gold_bracelet = {
	quality = 3
	general_opinion = 3
	sex_appeal_opinion = 3
	active = { is_female = yes is_adult = yes }
	flags = { cr_clothing cr_clothing_common cr_clothing_female cr_clothing_accessory cr_clothing_tier_3 }
	allowed_gift = { always = no }
	stacking = no
	picture = "GFX_cr_common_female_accessory_t3_gold_bracelet"
	slot = cr_clothing_accessory
}

cr_common_female_accessory_t4_jeweled_necklace = {
	quality = 4
	general_opinion = 4
	sex_appeal_opinion = 4
	active = { is_female = yes is_adult = yes }
	flags = { cr_clothing cr_clothing_common cr_clothing_female cr_clothing_accessory cr_clothing_tier_4 }
	allowed_gift = { always = no }
	stacking = no
	picture = "GFX_cr_common_female_accessory_t4_jeweled_necklace"
	slot = cr_clothing_accessory
}

cr_common_male_accessory_t1_copper_ring = {
	quality = 1
	general_opinion = 1
	sex_appeal_opinion = 1
	active = { is_female = no is_adult = yes }
	flags = { cr_clothing cr_clothing_common cr_clothing_male cr_clothing_accessory cr_clothing_tier_1 }
	allowed_gift = { always = no }
	stacking = no
	picture = "GFX_cr_common_male_accessory_t1_copper_ring"
	slot = cr_clothing_accessory
}

cr_common_male_accessory_t2_silver_brooch = {
	quality = 2
	general_opinion = 2
	sex_appeal_opinion = 2
	active = { is_female = no is_adult = yes }
	flags = { cr_clothing cr_clothing_common cr_clothing_male cr_clothing_accessory cr_clothing_tier_2 }
	allowed_gift = { always = no }
	stacking = no
	picture = "GFX_cr_common_male_accessory_t2_silver_brooch"
	slot = cr_clothing_accessory
}

cr_common_male_accessory_t3_gold_chain = {
	quality = 3
	general_opinion = 3
	sex_appeal_opinion = 3
	active = { is_female = no is_adult = yes }
	flags = { cr_clothing cr_clothing_common cr_clothing_male cr_clothing_accessory cr_clothing_tier_3 }
	allowed_gift = { always = no }
	stacking = no
	picture = "GFX_cr_common_male_accessory_t3_gold_chain"
	slot = cr_clothing_accessory
}

cr_common_male_accessory_t4_jeweled_signet_ring = {
	quality = 4
	general_opinion = 4
	sex_appeal_opinion = 4
	active = { is_female = no is_adult = yes }
	flags = { cr_clothing cr_clothing_common cr_clothing_male cr_clothing_accessory cr_clothing_tier_4 }
	allowed_gift = { always = no }
	stacking = no
	picture = "GFX_cr_common_male_accessory_t4_jeweled_signet_ring"
	slot = cr_clothing_accessory
}
